Skip to content

feat: add missing OpenAPI SDK features from longbridge-mcp analysis#522

Closed
endless-bot wants to merge 1 commit intomainfrom
endless/task-1
Closed

feat: add missing OpenAPI SDK features from longbridge-mcp analysis#522
endless-bot wants to merge 1 commit intomainfrom
endless/task-1

Conversation

@endless-bot
Copy link
Copy Markdown
Collaborator

Summary

Analyzed the longbridge-mcp repository to identify missing features in the OpenAPI SDK and implemented them following the same patterns used in longbridge-mcp.

New Modules

Alert (rust/src/alert/)

  • Added alert context with full CRUD operations for price alerts
  • New types for alert configuration and management

DCA - Dollar Cost Averaging (rust/src/dca/)

  • Added DCA context supporting periodic investment plan management
  • New types for DCA plan creation, modification, and querying

Quant (rust/src/quant/)

  • Added quantitative trading context
  • New types for quant strategy support

Share List (rust/src/sharelist/)

  • Added share list context for watchlist/portfolio management
  • New types for share list operations

Extended Existing Modules

Quote (rust/src/quote/)

  • Extended context with additional quote APIs
  • Added ext.rs with 645 lines of extended functionality
  • Added extra_types.rs for supplementary quote types
  • Added utility helpers in utils.rs

Trade (rust/src/trade/)

  • Extended trade context with missing trade operations
  • Added ext.rs with additional trade functionality
  • Added extra_types.rs for supplementary trade types

Asset (rust/src/asset/)

  • Extended asset context with additional asset queries
  • Added ext.rs for supplementary asset functionality
  • New asset types added

Stats

  • 26 files changed, 1916 insertions
  • Added 4 entirely new modules
  • Significantly extended 3 existing modules

🤖 Auto-generated by Endless.

分析 https://github.com/longbridge/longbridge-mcp 里面很多 OpenAPI SDK 缺失的功能,以 longbridge-mcp 的方式,帮 SDK 补齐

🤖 Generated with Endless

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
@huacnlee huacnlee closed this May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants